Welcome![Sign In][Sign Up]
Location:
Search - remote delphi

Search list

[Internet-Networkdelphiremotecontrol

Description: 一个使用DELPHI制作的用于远程控制的程序代码,界面还可以。-use of a Delphi production for remote control of the code, can also interface.
Platform: | Size: 2048 | Author: 就不说 | Hits:

[Remote ControlRemoteCXP

Description: 远程控制软件,功能非常齐全。能设置客户端的控制权限,允许连接的IP段等等。-remote control software, which is very complete. The client can be set up to control the authority to allow the linking of IP and so on.
Platform: | Size: 1945600 | Author: 核对 | Hits:

[ADO-ODBC更新多层应用程序数据

Description: 本程序在开发完ActiveForm后,要使用“Project/WebDeploy” 菜单将其分发到Web服务器中,以便使客户端可以下载。 同时,还要通过“Project/Web Deploy Options”来 正确设置位置信息。 要在分布式应用系统中更新数据,必须调用TClientDataSet 的ApplyUpdates方法,才能把客户端更新的数据真正保存 到远程的数据库中。 在客户端的浏览器中:http://Web服务器名/ActiveFormProj1.htm 如有错误,请确认文件分发路径,IE中的安全级别设置, 同时取得有效的ActiveForm签名-procedures in the development of the End ActiveForm, to the use of "Project/WebDeploy" menu will be distributed to the Web server, so that the client can be downloaded. Meanwhile, through the "Project/Web Deploy Options" to the correct location information. Distributed application to update the data system, called the ApplyUpdates TClientDataSet way, we can update the client data to truly preserve a remote database. The client browser : http://Web server name/ActiveFormProj1.htm if wrong, please confirm document path, the IE security level settings, while valid signatures ActiveForm
Platform: | Size: 335872 | Author: 张波 | Hits:

[Remote Control实时通信程序

Description: 它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。-its characteristics : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not consider the communications details.
Platform: | Size: 154624 | Author: 里平 | Hits:

[Remote Control2003070617170131997

Description: 木马程序,使用delphi编写,涉及到基本的远程控制等等;-Trojan program, the use of delphi preparation, involving basic remote control, etc.;
Platform: | Size: 239616 | Author: 丁鹏 | Hits:

[Internet-Network经典监控软件灰鸽子v1.2源码及组件包

Description: 一个实用的远程监控程序,可能用于学习相关的远程控制的做法-a practical remote monitoring procedures, which may be used to study the remote control practices
Platform: | Size: 3333120 | Author: 姓名 | Hits:

[Remote Control用COM+做的远程控制系统演示程序

Description: 此源码的主要目的是对COM+接口和实现过程的演示,并非真正的远程控制。但确实可以不经过防火墙访问网络!供对COM+感兴趣的朋友参考一下,如果大家有更好的COM+方面的源码,希望能共同讨论,共同提高! E-Mail: hzyong888@163.com-this source principal objective is to achieve COM interface and the presentation process, it is not the remote control. But can not access the network through the firewall! COM for the right friends interested in a reference, if you have a better source of COM, hoping to discuss common in! E-Mail : hzyong888@163.com
Platform: | Size: 499712 | Author: ssss | Hits:

[ICQ-IM-Chatneteasy0.2beta

Description: 一个基于UDP协议的简单的网络聊天工具,聊天程序既是客户端,可以链接到远程主机,同时又是UDP服务器,可以响应计算机的链接要求,而且增加一个服务器,提供注册和监控的功能。-based on a simple UDP network chat tools, chat program is the client, can link to a remote host, but it is also UDP server, the computer can respond to the link, but an increase in the server, providing registration and monitoring functions.
Platform: | Size: 198656 | Author: 刘上力 | Hits:

[Multimedia DevelopASP网站远程抓取文档的方法

Description: ASP网站远程抓取文档的方法,可以实现准确抓文-ASP website remote document capture method that accurately grasp the text
Platform: | Size: 185344 | Author: yang | Hits:

[Other高级通信程序

Description: 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。具体方法可以参考:CommSrvApps 单元的TSrvApp_File类,只需写一个新类即可: TSrvApp_File = class(TServerAppObject) public function ProcessData(ABuf: PChar ASize: integer): integer override end 通过以上类配合通信核心类,实现了远程实时传送一个文件就像copy那么简单。 其它: 此程序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远程Remote文件夹的.rs文件互相进行传送。 -this a good feeling of self-communication program, which features : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not cons
Platform: | Size: 214016 | Author: sr | Hits:

[Process-ThreadWinSpy_src

Description: Winspy源码。复制代码到远程进程并用CreatRemoteThread执行之-Winspy source. Remote replication code to the process used to implement the CreatRemoteThread
Platform: | Size: 10240 | Author: fpx | Hits:

[CommunicationMicrosoftTelephonyAPI

Description: This a Delphi implementation of the Windows Telephony headers. There s a test program that can monitor calls made with other TAPI enabled programs like Remote Access and can also dial calls. Also there s a mini-terminal that shows how to use TAPI to place calls and obtain the COM handle.-This a Delphi implementation of the Windows Telephony headers. There s a test program that can monitor calls made with other TAPI enabled programs like Remote Access and can also dial calls. Also there s a mini-terminal that shows how to use to TAPI place calls and obtain the COM handle.
Platform: | Size: 28672 | Author: 李悝 | Hits:

[ADO-ODBCDatabaseSearch

Description: 进行远程数据库搜索的DELPHI源码。提供了2种方法。-remote database search of Delphi source. The two methods.
Platform: | Size: 276480 | Author: w | Hits:

[Remote ControlhuigeziDelphi

Description: 灰鸽子是一个远程控制类软件,版本[牵手 2003],与同类软件不同的是采用了“反弹端口原理”的连接方式,因此在互联网上可以访问到局域网里通过 NAT 代理(透明代理)上网的电脑,并且可以穿过某些防火墙! -gray pigeons is a Remote Control Software, Version [hand 2003], and similar software different is the use of a "rebound port principle" for the connection, the Internet access to the LAN through NAT Agents (Transparent Proxy), computers with Internet access, and can wear certain firewall!
Platform: | Size: 15806464 | Author: 万万 | Hits:

[Windows Developremotescreen

Description: 本文就当前的热点远程屏幕图象的抓取及其在网络上传输过程进行了详细介绍,并针对目前这类相关软件中普遍存在的网络带宽过大、实时性差、占用系统资源过多、稳定性差等问题侧重在屏幕图象的抓取与位图数据流的压缩、解压缩两方面提出了较为有效的解决方法,并提供了改进与实现的Delphi代码。本文将对于现有此类相关软件的完善及今后相关软件的研发具有非常重要的指导与参考价值-paper on the current hot Remote screen image capture and transmission networks in the process are described in more detail, and present related software such widespread network bandwidth is too large, real-time difference, taking up too many system resources, poor stability issues focused on the screen image capture and several bitmap According to the flow of compression, decompression two made a more effective solution, and provide improved with the realization of the Delphi code. This paper will be available for such software and the improvement of future software development is an important and valuable reference guide
Platform: | Size: 8192 | Author: lenk | Hits:

[Internet-Networklaowaixiedechengxu

Description: 老外写的公开源代码的远程屏幕跟踪程序,速度非常快.rar -foreigners write open-source remote screen tracking procedures, very fast. rar foreigners write open-source remote screen tracking procedures, very fast. rar foreigners write open-source remote screen tracking procedures and speed very quickly. rar
Platform: | Size: 36864 | Author: 2ccc | Hits:

[Remote Controlhgz2003

Description: 一款优秀的国产远程控制软件,无意中获得了源码,包含了所有要用到的控件,自己看吧!-one excellent homemade remote control software, has access to the source code, including all use of the controls, their exciting!
Platform: | Size: 1539072 | Author: donexie | Hits:

[Internet-Networkmimirat5

Description: 终于搞到mimirat5的源码,希望学习远程控制的朋友可以参考一下,很优秀的国外程序-mimirat5 finally get to the source and hopes to learn the remote control you can reference. outstanding foreign procedures
Platform: | Size: 60416 | Author: donexie | Hits:

[Remote Controlyuanchen

Description: 远程控制,服务器端可以时时显示在限人数,客户端只要输入IP地址就可以登陆。但首先应运行服务器程序。-remote control, the server-can always be shown in the limited number of client input IP addresses on the landing. But first I should run server programs.
Platform: | Size: 1016832 | Author: 申佳鹏 | Hits:

[Internet-Network06403de

Description: 远程控制源程序(DELPHI版),包含server和client,模拟远程启动进程-source remote control (Delphi version), including server and client, Analog remote boot process
Platform: | Size: 8192 | Author: xiakun | Hits:
« 1 2 34 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net